home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000678_piet@cs.ruu.nl_Wed Jun 22 17:11:14 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from relay.cs.ruu.nl (infix.cs.ruu.nl) by cs.umb.edu with SMTP id AA01203
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 22 Jun 1994 09:11:24 -0400
  3. Received: from alchemy.cs.ruu.nl (gnu.cs.ruu.nl) by relay.cs.ruu.nl with SMTP id AA29407
  4.   (5.67a/IDA-1.5 for <tex-k@cs.umb.edu>); Wed, 22 Jun 1994 15:11:21 +0200
  5. Received: by alchemy.cs.ruu.nl id AA07462
  6.   (5.67a/IDA-1.5 for tex-k@cs.umb.edu); Wed, 22 Jun 1994 15:11:14 +0200
  7. Date: Wed, 22 Jun 1994 15:11:14 +0200
  8. From: Piet van Oostrum <piet@cs.ruu.nl>
  9. Message-Id: <199406221311.AA07462@alchemy.cs.ruu.nl>
  10. To: tex-k@cs.umb.edu
  11. Subject: Web2c 6.1 on HP/UX
  12.  
  13. I had to change the getopt prototype on HP/UX because the compiler
  14. complained about a type mismatch with the standard getopt
  15. (char *const *argv -> char *const argv[]) in getopt.[ch]
  16.  
  17. I don't need the getopt of course if there is a standard one but I found
  18. this easier than to remove it. Maybe getopt can become a configure option?
  19.  
  20. Secondly, I had to add  -I/usr/include/X11R5/ -L /usr/lib/X11R5/ to the
  21. CFLAG in the main Makefile. Is manually editing the makefile the only way
  22. to do this (I also changed -g to -O), or can this be done by a configuer
  23. option.
  24.  
  25. Lastly, when will there be a lib version with latex2e?
  26.  
  27. Regards
  28. -- 
  29. Piet van Oostrum <piet@cs.ruu.nl>